#undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO.
authorTor Lillqvist <tml@novell.com>
Sun, 21 Dec 2008 12:24:49 +0000 (12:24 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 21 Dec 2008 12:24:49 +0000 (12:24 +0000)
2008-12-21  Tor Lillqvist  <tml@novell.com>

* gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get
GTK_IS_COMBO.

svn path=/trunk/; revision=21920

modules/other/gail/ChangeLog
modules/other/gail/gaillabel.c

index 424d371b671800682bb14f517ccbe8c70b2b6c48..aa2c8080778f6b482faf32f3ad4ce5e078396688 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-21  Tor Lillqvist  <tml@novell.com>
+
+       * gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get
+       GTK_IS_COMBO.
+
 2008-12-15  Li Yuan  <li.yuan@sun.com>
 
        * gailitem.c:
index 8a3d717e7a8e9388bb6911c5f31d65017b6fcb0c..7f217e02de565cc8cc6cd6579e9f613f7cdfc3d8 100644 (file)
@@ -20,6 +20,9 @@
 #include "config.h"
 
 #include <string.h>
+
+#undef GTK_DISABLE_DEPRECATED
+
 #include <gtk/gtk.h>
 #include "gaillabel.h"
 #include "gailwindow.h"